Skip to content

Commit f6ad507

Browse files
authored
Revert "Return the pk/id for docs in search" (#6602)
1 parent 2b7d43f commit f6ad507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kitsune/search/search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def make_result(self, hit):
227227
"score": hit.meta.score,
228228
"title": hit.title[self.locale],
229229
"search_summary": summary,
230-
"id": hit.meta.id,
231230
}
232231

233232

0 commit comments

Comments
 (0)